home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 January / macformat-059.iso / mac / Demos / Martial Arts Demo / media / exit.Dxr / Internal_6.ls < prev    next >
Encoding:
Text File  |  1997-09-30  |  182 b   |  12 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat while the timer < 1200
  4.     if the mouseDown then
  5.       go("QuitOut")
  6.       exit repeat
  7.     end if
  8.     nothing()
  9.   end repeat
  10.   go("Quitout")
  11. end
  12.